Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-fiscaletti committed Apr 18, 2024
1 parent 35bdfa1 commit 5ced66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: npm run electron:package:linux
# Rename the release artifact
- name: Rename Artifact
run: mv dist/frame-cast_*.deb FrameCast.Setup.linux_amd64.deb
run: mv dist/frame-cast_*.deb dist/FrameCast.Setup.linux_amd64.deb
# Upload the release artifact
- name: Upload Artifacts
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 5ced66a

Please sign in to comment.