Skip to content

Commit

Permalink
fix: artifact content
Browse files Browse the repository at this point in the history
  • Loading branch information
clFaster committed Dec 21, 2024
1 parent 810f86c commit 230e496
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:

- name: Create Artifact
run: |
zip -r TapToQR.zip addon
cd addon
zip -r ../TapToQR.zip ./*
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 230e496

Please sign in to comment.