Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Apr 12, 2024
1 parent b63dc20 commit a962af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
chmod a+x openhd_sys_utils/etc/xdg/autostart/steamdeck.desktop
chmod a+x openhd_sys_utils/etc/xdg/autostart/nm-tray-autostart.desktop
chmod a+x openhd_sys_utils/etc/xdg/autostart/QOpenHD2.desktop
fpm -a x86_64 -s dir -t deb -n openhd_sys_utils -v "$VERSION" -C openhd_sys_utils -p openhd_sys_utils_VERSION_ARCH.deb
fpm -a x86_64 -s dir -t deb -n openhd_sys_utils -v "$VERSION" -C openhd_sys_utils -p openhd_sys_utils_VERSION_ARCH.deb -d bc
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit a962af0

Please sign in to comment.