mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
fucking yaml
This commit is contained in:
parent
71d3b696af
commit
a5a962ce1f
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
|
@ -22,8 +22,8 @@ jobs:
|
||||||
dotnet build --no-restore --configuration Release --nologo
|
dotnet build --no-restore --configuration Release --nologo
|
||||||
- name: Archive
|
- name: Archive
|
||||||
run: Compress-Archive -Path Penumbra/bin/Release/* -DestinationPath Penumbra.zip
|
run: Compress-Archive -Path Penumbra/bin/Release/* -DestinationPath Penumbra.zip
|
||||||
- name: Upload a Build Artifact
|
- name: Upload a Build Artifact
|
||||||
uses: actions/upload-artifact@v2.2.1
|
uses: actions/upload-artifact@v2.2.1
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./Penumbra/bin/Release/**
|
./Penumbra/bin/Release/**
|
||||||
Loading…
Add table
Add a link
Reference in a new issue