mirror of
https://github.com/Ed94/refactor.git
synced 2024-12-22 06:54:44 -08:00
ok
This commit is contained in:
parent
bdc272cc2b
commit
d344043c44
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -96,13 +96,13 @@ jobs:
|
|||||||
New-Item -ItemType Directory -Path "./artifact"
|
New-Item -ItemType Directory -Path "./artifact"
|
||||||
Copy-Item "./build/refactor.exe" -Destination "./artifact/refactor.exe"
|
Copy-Item "./build/refactor.exe" -Destination "./artifact/refactor.exe"
|
||||||
|
|
||||||
Compress-Archive -Path "./artifact/*" -DestinationPath "./artifact/refactor-${env:SHORT_SHA}.zip"
|
Compress-Archive -Path "./artifact/*" -DestinationPath "./artifact/refactor-$($env:SHORT_SHA).zip"
|
||||||
|
|
||||||
- name: Upload Release
|
- name: Upload Release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
tag: Release
|
tag: Release
|
||||||
artifacts: ./artifact/refactor-${env:SHORT_SHA}.zip
|
artifacts: ./artifact/refactor-${{env:SHORT_SHA}}.zip
|
||||||
omitBody: true
|
omitBody: true
|
||||||
# bodyFile: "body.md"
|
# bodyFile: "body.md"
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
|
Loading…
Reference in New Issue
Block a user