Skip to content

Commit

Permalink
change download artifact to upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvinn Ng committed May 2, 2024
1 parent 2c322dc commit fc48d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: cd extensions/vscode && npm install vsce && npx @vscode/vsce package --out ./build patch

- name: Archive build artifacts
uses: actions/download-artifact@v4.1.7
uses: actions/upload-artifact@v4
with:
name: ahrefs-continue-patch.vsix
path: extensions/vscode/build

0 comments on commit fc48d6b

Please sign in to comment.