Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex2276564 committed Nov 12, 2024
1 parent ac5c5f9 commit f8f9db4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
- name: Move FOSSManualPayment.png
run: mv FOSSManualPayment.png data/assets/gateways/

- name: Create release archive
run: zip -r FOSSManualPayment.zip library data

- uses: actions/upload-artifact@v3
with:
name: FOSSManualPayment
path: FOSSManualPayment
path: FOSSManualPayment.zip

0 comments on commit f8f9db4

Please sign in to comment.