Skip to content

Commit

Permalink
try env
Browse files Browse the repository at this point in the history
  • Loading branch information
greuelpirat committed Oct 7, 2021
1 parent 51b1833 commit 8c7976e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: windows-latest
env:
PACKAGE_VERSION: 1.0.15
ASSEMBLY_VERSION: ${{ env.PACKAGE_VERSION }}.${{ github.run_id }}
ASSEMBLY_VERSION: ${{ jobs.build.env.PACKAGE_VERSION }}.${{ github.run_id }}
steps:
- uses: actions/checkout@v2
- name: Install dependencies
Expand Down

0 comments on commit 8c7976e

Please sign in to comment.