Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kaalleen committed Sep 5, 2022
1 parent 3495001 commit a5c7880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Make a file
shell: bash
run: |
7z a bingo-${{ github.ref_name }}.zip inkscape-bingo-extension/bingo/ inkscape-bingo-extension/resources/ inkscape-bingo-extension/README inkscape-bingo-extension/LICENSE
7z a bingo-${{ github.ref_name }}.zip bingo/ resources/ README.md LICENSE
- name: Upload Bingo zip
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit a5c7880

Please sign in to comment.