Skip to content

Commit

Permalink
Properly name linux artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Codinablack authored Dec 29, 2024
1 parent 82bd4b3 commit e04c6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_build_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Prepare Compressed Assets
run: |
echo "Commit SHA: ${{ github.sha }}" > version.info
zip -r BlackTek-Server.zip ${{ github.workspace }}
zip -r BlackTek-Server-${{ github.sha }}.zip ${{ github.workspace }}
zip -r BlackTek-Server.zip version.info
- name: Upload Assets for Edge Build
Expand Down

0 comments on commit e04c6a7

Please sign in to comment.