Skip to content

Commit

Permalink
Wrong environment variable for the build number
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeuchler committed Sep 21, 2020
1 parent 72e8fda commit a454e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
env:
MORYX_OPTIMIZE_CODE: "false"
MORYX_BUILD_CONFIG: "Release"
MORYX_BUILDNUMBER: ${{github.run_id}}
MORYX_BUILDNUMBER: ${{github.run_number}}
MORYX_GIT_REF: ${{github.ref}}
MORYX_NUGET_APIKEY: ${{secrets.MYGET_TOKEN}}
MORYX_PACKAGE_TARGET: "https://www.myget.org/F/moryx/api/v2/package"
Expand Down

0 comments on commit a454e5c

Please sign in to comment.