Skip to content

Commit

Permalink
Update version in Debian changelog for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanuxem authored Dec 16, 2024
1 parent 7c4eabe commit 69e4578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
run: |
cd debian && rm -rf aldor/DEBIAN && tar zcf aldor-linux-x86_64-${{ github.sha }}.tar.gz aldor/
mv aldor-linux-x86_64-${{ github.sha }}.tar.gz ../
mv ../../aldor_1.3.0+20190802_amd64.deb ../
mv ../../aldor_1.4.0+20241216_amd64.deb ../
- name: Upload Linux binaries
uses: actions/upload-artifact@v4
with:
name: aldor-linux-x86_64-binary
path: |
aldor-linux-x86_64-${{ github.sha }}.tar.gz
aldor_1.3.0+20190802_amd64.deb
aldor_1.4.0+20241216_amd64.deb
# build-macos:
# runs-on: macos-10.15
Expand Down

0 comments on commit 69e4578

Please sign in to comment.