mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
lmao retarded
This commit is contained in:
parent
ceee22e72d
commit
0acc634ec8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
dotnet build --no-restore --configuration Release --nologo
|
||||
- name: write version into json
|
||||
run: |
|
||||
((get-content -Path ./Penumbra.json -raw) -replace '1.0.0.0', '${{ github.ref }}') | set-content -path ./Penumbra.json
|
||||
((get-content -Path ./Penumbra/bin/Release/net472/Penumbra.json -raw) -replace '1.0.0.0', '${{ github.ref }}') | set-content -path ./Penumbra/bin/Release/net472/Penumbra.json
|
||||
- name: Archive
|
||||
run: Compress-Archive -Path Penumbra/bin/Release/net472/* -DestinationPath Penumbra.${{ github.ref }}.zip -p:Version=${{ github.ref }} -p:FileVersion=${{ github.ref }}
|
||||
- name: Upload a Build Artifact
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue