mirror of
https://github.com/Ed94/refactor.git
synced 2024-12-21 22:44:45 -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"
|
||||
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
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
tag: Release
|
||||
artifacts: ./artifact/refactor-${env:SHORT_SHA}.zip
|
||||
artifacts: ./artifact/refactor-${{env:SHORT_SHA}}.zip
|
||||
omitBody: true
|
||||
# bodyFile: "body.md"
|
||||
allowUpdates: true
|
||||
|
Loading…
Reference in New Issue
Block a user