mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
fix: short tag name
This commit is contained in:
parent
eb1c46d02c
commit
aecebe7f78
4
.github/workflows/magisk.yml
vendored
4
.github/workflows/magisk.yml
vendored
@ -658,9 +658,9 @@ jobs:
|
||||
- name: Compress
|
||||
run: |
|
||||
zip -qrv ${{ env.artifact_name }}.zip ./${{ matrix.arch }}/*
|
||||
git_hash=${GITHUB_SHA:0:7}
|
||||
echo "git_hash=${GITHUB_SHA:0:7}" >> $GITHUB_ENV
|
||||
- name: Upload WSA
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: ./${{ env.artifact_name }}.zip
|
||||
tag_name: $git_hash
|
||||
tag_name: ${{ env.git_hash }}
|
||||
|
Loading…
Reference in New Issue
Block a user