Skip to content

Commit

Permalink
Update upload artifact task
Browse files Browse the repository at this point in the history
  • Loading branch information
Leapward-Koex committed Nov 7, 2024
1 parent 2722c5c commit 21fc63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
run: Remove-Item -path GitHubActionsWorkflow.pfx

- name: Upload unpackaged app
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: 'Unpackaged app ${{ github.run_number }}.${{ github.run_attempt }}'
path: './LockScreenGif/publish/'
Expand Down

0 comments on commit 21fc63b

Please sign in to comment.