Skip to content

Commit

Permalink
Build: trying to get run id into the name of workflow artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Apr 6, 2021
1 parent 004da16 commit 97aa008
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Collecting build artifacts...
- uses: actions/upload-artifact@v2
with:
name: Rebol-CI-${{env.GITHUB_RUN_ID}}
name: Rebol-CI-${{github.run_id}}
path: ./rebol3-*.exe

linux:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:

- uses: actions/upload-artifact@v2
with:
name: Rebol-CI-${{env.GITHUB_RUN_ID}}
name: Rebol-CI-${{github.run_id}}
path: ./rebol3-*.gz

macos:
Expand All @@ -97,5 +97,5 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: Rebol-CI-${{env.GITHUB_RUN_ID}}
name: Rebol-CI-${{github.run_id}}
path: ./rebol3-*.gz

0 comments on commit 97aa008

Please sign in to comment.