Skip to content

Commit

Permalink
Not reading
Browse files Browse the repository at this point in the history
  • Loading branch information
labbott committed Aug 10, 2023
1 parent 93e6928 commit 7074ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
OUT=${{ steps.grab.outputs.download-path }}
ls $OUT
for build in `ls $OUT`; do
for f in `ls $OUT/build`; do
for f in `ls $OUT/$build`; do
echo "$OUT/$build"
echo "$OUT/`basename $build .zip`-$VERSION.zip"
mv $OUT/$build/$f $OUT/`basename $build .zip`-$VERSION.zip
Expand Down

0 comments on commit 7074ed2

Please sign in to comment.