Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
i hope this works
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsMePepijn committed Oct 31, 2023
1 parent 6d7c67a commit 0dbcf7f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ jobs:
- name: Set direct proxy
run: go env -w GOPROXY=direct
- run: go install github.com/wailsapp/wails/cmd/wails@latest
- name: Get Tag Name
id: extract_tag_name
run: echo "Tag name is ${GITHUB_REF/refs\/tags\//}"
- name: Update wails.json
run: node build/updateConfig.js ${{ steps.extract_tag_name.outputs.stdout }} false
run: node build/updateConfig.js ${{ github.ref_name }} false
- uses: dAppServer/[email protected]
with:
build-name: ${{ matrix.build.name }}
Expand Down

0 comments on commit 0dbcf7f

Please sign in to comment.