Skip to content

Commit

Permalink
adding universal name
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Nov 9, 2024
1 parent 21d2754 commit ca481f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-to-vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,13 @@ jobs:
- name: 🚚 Download Artifact
id: download-artifact
uses: actions/download-artifact@v4
with:
name: universal

- name: 📑 Release Page
uses: ncipollo/release-action@v1
with:
token: "${{ secrets.GITHUB_TOKEN }}"
generateReleaseNotes: true
makeLatest: true
artifacts: ${{ steps.download-artifact.outputs.download-path }}/*
artifacts: ${{ steps.download-artifact.outputs.download-path }}/*.vsix

0 comments on commit ca481f7

Please sign in to comment.