Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
binochoi committed Apr 13, 2024
1 parent c6912f9 commit 931a243
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
run: |
.\AutoHotkey\AutoHotkey64.exe main.ahk
- name: Set tag env
id: app_version
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
- run: ls
- run: ls ./AutoHotKey
# - name: Set tag env
# id: app_version
# run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
# - name: Set app version from tag
# env:
# APP_VERSION: ${{ steps.app_version.outputs.tag }}
Expand Down

0 comments on commit 931a243

Please sign in to comment.