This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update actions/upload-artifact action to v3.1.1
- Loading branch information
1 parent
a5f66ed
commit 83bec26
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,13 +82,13 @@ jobs: | |
Move-Item -Path out\JustArchiNET.Madness.*.snupkg "out\JustArchiNET.Madness.snupkg" | ||
- name: Upload Madness.nupkg | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
name: ${{ matrix.os }}_Madness.nupkg | ||
path: out/JustArchiNET.Madness.nupkg | ||
|
||
- name: Upload Madness.snupkg | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
name: ${{ matrix.os }}_Madness.snupkg | ||
path: out/JustArchiNET.Madness.snupkg | ||
|
@@ -140,13 +140,13 @@ jobs: | |
) | ||
- name: Upload SHA512SUMS | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
name: SHA512SUMS | ||
path: out/SHA512SUMS | ||
|
||
- name: Upload SHA512SUMS.sign | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
name: SHA512SUMS.sign | ||
path: out/SHA512SUMS.sign | ||
|