mirror of
https://github.com/rafi1212122/PemukulPaku
synced 2026-02-06 03:16:28 +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
|
run: dotnet build --no-restore
|
||||||
- name: Test
|
- name: Test
|
||||||
run: dotnet test --no-build --verbosity normal
|
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
|
- name: Clean up
|
||||||
run: rm Resources.zip
|
run: rm Resources.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user