mirror of
https://github.com/voided/CollisionHook.git
synced 2025-12-06 18:28:22 +00:00
Zip artifact name looks better.
This commit is contained in:
parent
3aa78c4485
commit
0b5988d297
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -146,7 +146,6 @@ jobs:
|
||||
ZIP_FILENAME="${{ env.PROJECT }}-${FILENAME}-${PLATFORM,}.zip"
|
||||
|
||||
echo "ZIP_FILENAME=${ZIP_FILENAME}" >> $GITHUB_ENV
|
||||
echo "ARTIFACT_NAME=${{ env.PROJECT }}-${FILENAME}-${PLATFORM,}" >> $GITHUB_ENV
|
||||
|
||||
- name: Package release - Windows
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && startsWith(matrix.os, 'windows-latest')
|
||||
@ -162,5 +161,5 @@ jobs:
|
||||
name: Upload artifacts
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && (startsWith(matrix.os, 'windows-latest') || startsWith(matrix.os, 'ubuntu-latest'))
|
||||
with:
|
||||
name: "${{ env.ARTIFACT_NAME }}"
|
||||
name: "${{ env.ZIP_FILENAME }}"
|
||||
path: "extension/build/package/${{ env.ZIP_FILENAME }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user