Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonhunt02 authored Feb 6, 2025
1 parent e895a68 commit 4c6462d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
# Rolling release tag
if [ ${{ steps.setenv.outputs.TAG_PUSH }} == "false" ]; then \
TAG_DATE="$( date +"%Y-%m-%dT%H%M%S" )"; \
TAG_DATE="$( date +"%Y-%m-%d" )"; \
TAG_VERSION="$( echo "${{ steps.docker.outputs.VERSION_TAG }}" | cut -d '-' -f2- )"; \
TAG_NAME="${TAG_NAME}-nightly-${TAG_DATE}-${TAG_VERSION}"; \
fi
Expand All @@ -100,7 +100,7 @@ jobs:
uses: actions/create-release@v1
with:
tag_name: ${{ needs.build.outputs.TAG_NAME }}
release_name: ${{ needs.build.outputs.TAG_NAME }} V-Sekai Model Explorer Release
release_name: ${{ needs.build.outputs.TAG_NAME }} V-Sekai XR Grid Release
draft: false
prerelease: ${{ needs.build.outputs.PRERELEASE }}

Expand Down Expand Up @@ -150,4 +150,4 @@ jobs:
api_key: ${{ secrets.ITCH_IO_API_KEY }}
filepath: v-sekai-release
itchio_project: projectname
release_version: ${{ needs.build.outputs.GIT_TAG }}
release_version: ${{ needs.build.outputs.GIT_TAG }}

0 comments on commit 4c6462d

Please sign in to comment.