Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
azur1s committed Aug 3, 2023
1 parent a5296f1 commit b6a3fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ jobs:
pkgid=(${pkgid//\#/ })
ver=${pkgid[1]}
echo "ARCHIVE_NAME=Penare-ver-${{ matrix.name }}" >> "$GITHUB_ENV"
echo "ARCHIVE_NAME=Penare-$ver-${{ matrix.name }}" >> "$GITHUB_ENV"
- name: Move build into a directory
run: |
mkdir -p "$ARCHIVE_NAME/$ARCHIVE_NAME"
mkdir -p "$ARCHIVE_NAME"
mv target/bundled/* "$ARCHIVE_NAME/$ARCHIVE_NAME"
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b6a3fb9

Please sign in to comment.