We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5213557 commit 2668b65Copy full SHA for 2668b65
action.yaml
@@ -56,6 +56,7 @@ runs:
56
- name: Zip Artifacts
57
if: always()
58
run: |
59
+ # Zip Artifacts
60
$artifacts = "${{ env.project-path }}/Builds"
61
62
if (Test-Path -Path $artifacts) {
@@ -64,7 +65,7 @@ runs:
64
65
}
66
shell: pwsh
67
- - uses: actions/upload-artifact@v2
68
+ - uses: actions/upload-artifact@v3
69
name: Upload Artifacts
70
71
with:
0 commit comments