mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2025-01-11 18:59:09 +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
|
- name: Compress
|
||||||
run: |
|
run: |
|
||||||
zip -qrv ${{ env.artifact_name }}.zip ./${{ matrix.arch }}/*
|
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
|
- 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: ${{ git_hash }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user