Skip to content

Commit 4500925

Browse files
committed
fix: archive name
1 parent a4c1e38 commit 4500925

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ jobs:
2222
- name: Archive
2323
run: |
2424
make -e archive
25-
echo "archive=$NORGANIC_ARCHIVE" >> $GITHUB_ENV
2625
env:
2726
NORGANIC_ARCHIVE: norganic-${{matrix.os}}-${{matrix.arch}}${{ matrix.os != 'windows-latest' && '.tar.gz' || '.zip' }}
2827
- name: Upload release
2928
uses: softprops/action-gh-release@v1
3029
with:
31-
files: ${{ env.archive }}
30+
files: norganic-${{matrix.os}}-${{matrix.arch}}${{ matrix.os != 'windows-latest' && '.tar.gz' || '.zip' }}
3231
tag_name: ${{github.event.release.tag_name}}
3332
name: ${{github.event.release.name}}

0 commit comments

Comments
 (0)