Skip to content

Commit

Permalink
⏩ auto-package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Weidows committed Mar 4, 2022
1 parent a5b1585 commit 9b8c865
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: auto-package

on:
release:
types: [published]

jobs:
auto-package:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- uses: montudor/action-zip@v1
with:
args: zip -q -r Crosstalk-rainbow-fart.zip Crosstalk image manifest.json

- name: Upload to release
uses: JasonEtco/upload-to-release@master
with:
args: Crosstalk-rainbow-fart.zip application/zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9b8c865

Please sign in to comment.