Skip to content

Commit

Permalink
ci: use correct action
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Aug 4, 2024
1 parent 9b0923b commit df3901a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,12 @@ jobs:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy build --project-name=guitos

- name: Compress bundle
if: steps.semrel.outputs.version != ''
run: zip -r guitos.zip build/*

- name: Upload bundle to GH release
uses: actions/upload-artifact@v4
uses: softprops/action-gh-release@v2
if: steps.semrel.outputs.version != ''
with:
name: guitos
path: build
compression-level: 9
files: guitos.zip

0 comments on commit df3901a

Please sign in to comment.