Skip to content

Commit

Permalink
linux workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HemantKArya committed Aug 16, 2024
1 parent 7cb77d2 commit 4717019
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ jobs:
run: |
cd build/linux/x64/release/bundle
zip -r bloomee_tunes_linux_v2.9.5_dev+${{github.run_number}}.zip .
- name: Upload Linux App
uses: actions/upload-artifact@v2
with:
name: bloomee_tunes_linux_dev
path: bloomee_tunes_linux_v2.9.5_dev+${{github.run_number}}.zip
path: build/linux/x64/release/bundle/bloomee_tunes_linux_v2.9.5_dev+${{github.run_number}}.zip

0 comments on commit 4717019

Please sign in to comment.