Skip to content

Commit

Permalink
Fixed build path and variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom committed Aug 9, 2024
1 parent a026e3b commit b64f4cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
echo "SHORT_SHA=$(git rev-parse --short=8 HEAD)" >> $GITHUB_ENV
- name: Assemble
env:
SHA_SHORT: ${{ secrets.STEAM_USERNAME }}
SHA_SHORT: ${{ env.SHORT_SHA }}
STEAM_USERNAME: ${{ secrets.STEAM_USERNAME }}
STEAM_PASSWORD: ${{ secrets.STEAM_PASSWORD }}
run: |
Expand All @@ -32,4 +32,4 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
asset_name: cavaux-${{ github.ref_name }}.0.zip
file: release/cavaux-${{ github.ref_name }}.0.zip
file: releases/cavaux-${{ github.ref_name }}.0.zip

0 comments on commit b64f4cc

Please sign in to comment.