mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-29 22:54:14 +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
|
- name: Compress
|
||||||
run: |
|
run: |
|
||||||
zip -qrv ${{ env.artifact_name }}.zip ./${{ matrix.arch }}/*
|
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
|
- name: Upload WSA
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: ./${{ env.artifact_name }}.zip
|
files: ./${{ env.artifact_name }}.zip
|
||||||
tag_name: $git_hash
|
tag_name: ${{ env.git_hash }}
|
||||||
|
Loading…
Reference in New Issue
Block a user