Skip to content

Commit

Permalink
use github runs for ci artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyrAhmady committed Nov 9, 2023
1 parent 63082bb commit 07eec9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
id: vars
shell: bash
run: |
commit=$(git describe --always --tags "refs/remotes/origin/${HEAD_REF}")
artifact_name="open.mp-launcher-win-${commit}"
artifact_name="open.mp-launcher-win-${GITHUB_RUN_ID}"
echo "artifact_name=${artifact_name}" >> $GITHUB_OUTPUT
- name: Upload build artifacts
Expand Down

0 comments on commit 07eec9f

Please sign in to comment.