Skip to content

Commit

Permalink
fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedie committed Oct 18, 2024
1 parent 5258e9c commit a2f7182
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ jobs:

- name: Upload Linux Artifact
uses: actions/[email protected]
working-directory: ./subdirectory
with:
name: linux-build-artifact
path: ./srtranslator.zip
path: ./GUI/srtranslator.zip
if-no-files-found: error
overwrite: false

0 comments on commit a2f7182

Please sign in to comment.