mirror of
https://github.com/rafi1212122/PemukulPaku
synced 2025-12-12 19:24:34 +01:00
artifacts attempt
This commit is contained in:
5
.github/workflows/dotnet.yml
vendored
5
.github/workflows/dotnet.yml
vendored
@@ -30,5 +30,10 @@ jobs:
|
||||
run: dotnet build --no-restore
|
||||
- name: Test
|
||||
run: dotnet test --no-build --verbosity normal
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: net6.0
|
||||
path: PemukulPaku/bin/Debug
|
||||
- name: Clean up
|
||||
run: rm Resources.zip
|
||||
|
||||
Reference in New Issue
Block a user