Skip to content

Commit

Permalink
fix artifact upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
jabberwoc committed Mar 19, 2024
1 parent b36845a commit b5c870d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: App tarball
path: build/artifacts/templateapp.tar.gz
path: ${{ env.APP_NAME }}/build/artifacts/templateapp.tar.gz

0 comments on commit b5c870d

Please sign in to comment.