Skip to content

Commit

Permalink
Replaced branch/PR name with version in CI upload
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderfrangos authored Jul 21, 2024
1 parent b16622c commit 1b9b192
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/upload-artifact@v3
name: Upload Windows Installer
with:
name: twinkle-tray-exe-${{ github.ref_name }}-${{ github.sha }}
name: twinkle-tray-exe-${{ steps.info.outputs.version }}-${{ github.sha }}
path: dist/*.exe
appx:
name: "Build AppX Packages"
Expand All @@ -52,13 +52,13 @@ jobs:
- uses: actions/upload-artifact@v3
name: Upload x64 AppX
with:
name: twinkle-tray-appx-x64-${{ github.ref_name }}-${{ github.sha }}
name: twinkle-tray-appx-x64-${{ steps.info.outputs.version }}-${{ github.sha }}
path: dist/*-store.appx
- run: npm run appx-arm64
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@v3
name: Upload ARM64 AppX
with:
name: twinkle-tray-appx-arm64-${{ github.ref_name }}-${{ github.sha }}
path: dist/*-store-arm64.appx
name: twinkle-tray-appx-arm64-${{ steps.info.outputs.version }}-${{ github.sha }}
path: dist/*-store-arm64.appx

0 comments on commit 1b9b192

Please sign in to comment.