mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
fix: tag name
This commit is contained in:
parent
cd9cb6cc71
commit
75337b85e8
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=$(git rev-parse --short "$GITHUB_SHA")
|
||||
git_hash=${GITHUB_SHA:0:7}
|
||||
- name: Upload WSA
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: ./${{ env.artifact_name }}.zip
|
||||
tag_name: $git_hash
|
||||
tag_name: ${{ git_hash }}
|
||||
|
Loading…
Reference in New Issue
Block a user