Skip to content

Commit

Permalink
Use run number rather than ID
Browse files Browse the repository at this point in the history
  • Loading branch information
leviem1 authored Sep 14, 2020
1 parent efc7edc commit a3e3079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew -Pver=${GITHUB_RUN_ID} build
run: ./gradlew -Pver=${GITHUB_RUN_NUMBER} build

- name: Upload artifact
uses: actions/upload-artifact@v2.1.4
with:
name: Compiled Jar(s)
path: ${{ github.workspace }}/build/libs/
path: ${{ github.workspace }}/build/libs/

0 comments on commit a3e3079

Please sign in to comment.