Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Sep 30, 2024
1 parent acc9645 commit 2da16d3
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,8 @@ jobs:
generate_release_notes: true
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
files: |
./dist/${{ env.VERSION }}/nyalcf-${{ env.VERSION }}-windows-setup.exe
./dist/${{ env.VERSION }}/nyalcf-${{ env.VERSION }}-windows.zip
./dist/${{ env.VERSION }}/nyalcf-${{ env.VERSION }}-linux.deb
./dist/${{ env.VERSION }}/nyalcf-${{ env.VERSION }}-linux.rpm
./dist/${{ env.VERSION }}/nyalcf-${{ env.VERSION }}-linux.AppImage
./dist/${{ env.VERSION }}/nyalcf-${{ env.VERSION }}+${{ env.VERSION }}-windows-setup.exe
./dist/${{ env.VERSION }}/nyalcf-${{ env.VERSION }}+${{ env.VERSION }}-windows.zip
./dist/${{ env.VERSION }}/nyalcf-${{ env.VERSION }}+${{ env.VERSION }}-linux.deb
./dist/${{ env.VERSION }}/nyalcf-${{ env.VERSION }}+${{ env.VERSION }}-linux.rpm
./dist/${{ env.VERSION }}/nyalcf-${{ env.VERSION }}+${{ env.VERSION }}-linux.AppImage
./dist/${{ env.VERSION }}/eda-${{ env.VERSION }}-windows-setup.exe
./dist/${{ env.VERSION }}/eda-${{ env.VERSION }}-windows.zip
./dist/${{ env.VERSION }}/eda-${{ env.VERSION }}-linux.deb
./dist/${{ env.VERSION }}/eda-${{ env.VERSION }}-linux.rpm
./dist/${{ env.VERSION }}/eda-${{ env.VERSION }}-linux.AppImage

0 comments on commit 2da16d3

Please sign in to comment.