Skip to content

Commit

Permalink
Merge pull request #160 from gandarez/feature/github-actions
Browse files Browse the repository at this point in the history
Rename artifacts
  • Loading branch information
gandarez authored Feb 2, 2024
2 parents be122e9 + dc5b14c commit 98ad914
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: Dev16
name: WakaTime.Dev16.vsix
path: Dev16/bin/Release/WakaTime.Dev16.vsix
-
name: Remove tag if failure
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: Dev17
name: WakaTime.Dev17.vsix
path: Dev17/bin/x64/Release/WakaTime.Dev17.vsix
-
name: Remove tag if failure
Expand Down Expand Up @@ -164,14 +164,14 @@ jobs:
name: Publish Dev16 to Marketplace
uses: cezarypiatek/[email protected]
with:
extension-file: ${{ github.workspace }}\build\Dev16\WakaTime.Dev16.vsix
extension-file: ${{ github.workspace }}\build\WakaTime.Dev16.vsix\WakaTime.Dev16.vsix
publish-manifest-file: publishManifest.json
personal-access-code: ${{ secrets.VS_PUBLISHER_ACCESS_TOKEN }}
-
name: Publish Dev17 to Marketplace
uses: cezarypiatek/[email protected]
with:
extension-file: ${{ github.workspace }}\build\Dev17\WakaTime.Dev17.vsix
extension-file: ${{ github.workspace }}\build\WakaTime.Dev17.vsix\WakaTime.Dev17.vsix
publish-manifest-file: publishManifest.json
personal-access-code: ${{ secrets.VS_PUBLISHER_ACCESS_TOKEN }}
-
Expand Down

0 comments on commit 98ad914

Please sign in to comment.