Skip to content

Commit

Permalink
rollback upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidegiacometti committed Mar 4, 2024
1 parent f2e1fed commit 7e935a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
Compress-Archive -Path Community.PowerToys.Run.Plugin.EdgeFavorite\bin\${{matrix.platform}}\$env:PLUGIN_NAME -DestinationPath "${{env.PLUGIN_NAME}}-${{env.PLUGIN_VERSION}}-${{matrix.platform}}.zip"
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ${{env.PLUGIN_NAME}}-${{env.PLUGIN_VERSION}}
path: "**/*.zip"

0 comments on commit 7e935a1

Please sign in to comment.