Skip to content

Commit

Permalink
Okay yeah we should just keep the prep
Browse files Browse the repository at this point in the history
  • Loading branch information
labbott committed Sep 20, 2024
1 parent 6f012c8 commit 0cf9888
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ jobs:
uses: actions/download-artifact@v4
with:
path: out
- name: prep
run: |
OUT=${{ steps.grab.outputs.download-path }}
for build in `ls $OUT`; do
for f in `ls $OUT/$build`; do
mv $OUT/$build/$f $OUT/$f.zip
done
done
- name: cut release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 0cf9888

Please sign in to comment.