Skip to content

Commit

Permalink
attempt to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
NevermindNilas committed May 1, 2024
1 parent c1aa991 commit bc6dd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
draft: true

- name: Compress main directory
run: 7z a TAS_${{ steps.get_version.outputs.VERSION }}.7z ~dist/main/
run: 7z a TAS_${{ steps.get_version.outputs.VERSION }}.7z ${{ github.workspace }}/dist/main/

- name: Upload Release Asset
id: upload-release-asset
Expand Down

0 comments on commit bc6dd1e

Please sign in to comment.