Skip to content

Commit

Permalink
ci: Fix package name (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
skarllot authored Dec 26, 2024
1 parent 532cf57 commit 6c5f90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: dotnet publish --no-restore -r ${{ matrix.os }}-${{ matrix.arch }} -c Release

- name: 📦 Pack
run: 7z a -tzip -mx9 flowpair${{ matrix.os }}-${{ matrix.arch }}-${{ github.ref_name }}.zip $PWD/publish/*.*
run: 7z a -tzip -mx9 flowpair-${{ matrix.os }}-${{ matrix.arch }}-${{ github.ref_name }}.zip $PWD/publish/*.*

- name: 📤 Upload artifact
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
Expand Down

0 comments on commit 6c5f90b

Please sign in to comment.