Skip to content

Commit

Permalink
Label out artifacts unsigned, fix repack-out artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed May 19, 2024
1 parent 37788fd commit 3ec5dda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Upload out artifact
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.configuration }}-out
name: ${{ inputs.configuration }}-out-unsigned
path: _build/out/
retention-days: 1
- name: Upload ckan.exe artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Download out artifact
uses: actions/download-artifact@v4
with:
name: Release-repack-out
name: Release-out-unsigned
path: _build/out/
- name: Publish ckan.dll to NuGet
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Download out artifact
uses: actions/download-artifact@v4
with:
name: Debug-out
name: Debug-out-unsigned
path: _build/out/
- name: Download repack artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 3ec5dda

Please sign in to comment.