Skip to content

Commit

Permalink
stupid me
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Dec 15, 2020
1 parent 0f945c8 commit 27e9795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildArtifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
BUILD_VERSION: DUMMY
steps:
- name: Get version from tag and set up environment
run: echo "BUILD_VERSION::${GITHUB_REF##*/}" >> $GITHUB_ENV
run: echo "BUILD_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
- name: Download all artifacts
uses: actions/download-artifact@v2
- name: Create Release
Expand Down

0 comments on commit 27e9795

Please sign in to comment.