Skip to content

Commit

Permalink
Fix automated release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Wunkolo committed May 8, 2023
1 parent 063f750 commit f1f80c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: SaiThumbs-${{matrix.arch}}
name: SaiThumbs-${{matrix.arch}}.zip
path: |
SaiThumbs-${{matrix.arch}}.zip
Expand All @@ -69,4 +69,4 @@ jobs:
automatic_release_tag: "latest"
prerelease: false
title: "Latest Build"
files: ${{steps.download.outputs.download-path}}/*
files: ${{steps.download.outputs.download-path}}/**/*.zip

0 comments on commit f1f80c8

Please sign in to comment.