diff options
| author | nzbr <mail@nzbr.de> | 2022-02-01 08:48:42 +0100 |
|---|---|---|
| committer | nzbr <mail@nzbr.de> | 2022-02-01 09:02:23 +0100 |
| commit | c4ec3227cf4dedbd0b0a97e313bde81b59a5147e (patch) | |
| tree | 73c6ab6f106297c3846c1e05b12a0d90e0c094f1 /.github | |
| parent | 04c3672560fa8876691705ac77542db60221f949 (diff) | |
adjust artifact path in github action
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index acfd0ea..b0819fc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/upload-artifact@v2 with: name: install.tar.gz - path: result/tarball/nixos-system-x86_64-linux.tar.gz + path: result/tarball/*.tar.gz release: if: startsWith(github.ref, 'refs/tags/') @@ -60,6 +60,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} # - asset_name: nixos-system-x86_64-linux.tar.gz - asset_path: nixos-system-x86_64-linux.tar.gz + asset_name: install.tar.gz + asset_path: result/tarball/*.tar.gz asset_content_type: application/gzip |
