Skip to content

Commit

Permalink
Release only tested stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
asl committed May 6, 2024
1 parent fed0342 commit 0961532
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
cmake
--build $BUILD_DIR
-j16
-t package
-t package && mv ${{env.BUILD_DIR}}/${{env.PKG_MAC}}.tar.gz ${{env.BUILD_DIR}}/${{env.PKG_MAC}}-${{ matrix.arch }}.tar.gz
- name: 'πŸ“¦ Package'
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -231,14 +231,14 @@ jobs:
upload:
name: 'πŸ—‚ Create release and upload artifacts'
needs:
- build-linux
- build-mac
- spades-1k-checks-mac
- spades-1k-checks-linux
runs-on: ubuntu-20.04
steps:
- name: 'βš™οΈ Install dependencies'
run: sudo apt-get install -y libfuse2
- name: 'πŸ“₯ Download artifacts'
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: 'πŸ—‚ Inspect directory after downloading artifacts'
run: ls -alFR
- name: 'πŸš€ Create release and upload artifacts'
Expand All @@ -247,4 +247,4 @@ jobs:
run: |
wget -q https://github.com/TheAssassin/pyuploadtool/releases/download/continuous/pyuploadtool-x86_64.AppImage
chmod +x pyuploadtool-x86_64.AppImage
./pyuploadtool-x86_64.AppImage ${{env.PKG_MAC}}.tar.gz ${{env.PKG_LINUX}}.tar.gz
./pyuploadtool-x86_64.AppImage **/${{env.PKG_MAC}}*.tar.gz **/${{env.PKG_LINUX}}*.tar.gz

0 comments on commit 0961532

Please sign in to comment.