Skip to content

Commit

Permalink
change file extension to have workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
cengique committed Apr 25, 2021
1 parent f5f3169 commit 36217cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
source config.sh
cd basepath/
export DIST_FILE="${GAME_APP_NAME}-${GAME_APP_VERSION}-${GAME_APP_STAGE}.${{ github.action }}.zip"
export DIST_FILE="${GAME_APP_NAME}-${GAME_APP_VERSION}-${GAME_APP_STAGE}.${{ github.workflow }}.zip"
echo "::set-output name=dist-file::$(echo ${DIST_FILE})"
zip -r "../${DIST_FILE}" .
echo "::set-output name=game-app-name::$(echo $GAME_APP_NAME)"
Expand Down

0 comments on commit 36217cd

Please sign in to comment.