Skip to content

Commit

Permalink
CI: Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
talisein committed Sep 20, 2024
1 parent 8fa25e8 commit dddb26b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
sudo add-apt-repository -n ppa:talisein/libxml++5.0
sudo add-apt-repository -n ppa:talisein/miniz
sudo apt-get update
sudo apt-get install cmake libcpp-httplib-dev libxml++5.0-dev libminiz3-dev debmake debhelper devscripts equivs distro-info-data distro-info dpkg-dev git-buildpackage
sudo apt-get install cmake libcpp-httplib-dev libxml++5.0-dev libminiz3-dev debmake debhelper devscripts equivs distro-info-data distro-info dpkg-dev git-buildpackage libjpeg-turbo8-dev liblzma-dev libpng-dev
- if: ${{ matrix.flavor == 'ubuntu' && matrix.compiler == 'gcc' && startsWith(github.ref, 'refs/tags/v') }}
name: Generate PPA tarball
Expand Down Expand Up @@ -350,8 +350,8 @@ jobs:

- run: chmod u+x dregarnuhr-ubuntu-24.04-gcc/dregarnuhr
- run: tar -C ./dregarnuhr-ubuntu-24.04-gcc -cJvf "dregarnuhr-linux-${{ steps.myref.outputs.MYREF }}.tar.xz" dregarnuhr
- run: chmod u+x dregarnuhr-macos-12-gcc/dregarnuhr
- run: tar -C ./dregarnuhr-macos-12-gcc -czvf "dregarnuhr-mac-${{ steps.myref.outputs.MYREF }}.tar.gz" dregarnuhr
- run: chmod u+x dregarnuhr-macos-14-gcc/dregarnuhr
- run: tar -C ./dregarnuhr-macos-14-gcc -czvf "dregarnuhr-mac-${{ steps.myref.outputs.MYREF }}.tar.gz" dregarnuhr
- run: zip -j "./dregarnuhr-windows-${{ steps.myref.outputs.MYREF }}.zip" dregarnuhr-windows-latest/dregarnuhr.exe
- run: ls
- name: Release Linux Artifact
Expand Down

0 comments on commit dddb26b

Please sign in to comment.