Skip to content

Commit

Permalink
i hate yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkyAI committed Jan 7, 2021
1 parent ec3e1dc commit 3aec364
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/PUBLISH_SNAPSHOT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Set enviroment RELEASE_TAG
run: |
echo "RELEASE_TAG=snapshot/${{ env.VERSION }}-${{ env.BRANCH }}-$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
echo "FILE_VERSION=${{ env.VERSION }}-${{ env.BRANCH }}-$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
- name: print env
run: |
echo "BRANCH=${{ env.BRANCH }}"
Expand All @@ -46,4 +47,4 @@ jobs:
body: Snapshot Release ${{ env.VERSION }}
gzip: folders
files: >
Matterbridge-${{ env.VERSION }}-$GITHUB_RUN_NUMBER.zip:bin/Matterbridge.zip
Matterbridge-${{ env.FILE_VERSION }}.zip:bin/Matterbridge.zip

0 comments on commit 3aec364

Please sign in to comment.