Skip to content

Commit

Permalink
bump version for release and fix generate resource on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Mar 9, 2023

Verified

This commit was signed with the committer’s verified signature.
parvit Vittorio Parrella
1 parent 52ff5cf commit 57510ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -124,11 +124,11 @@ jobs:
go clean -cache
COPY /Y windivert\x64\* build\64bits
- name: Update version resource
run: |
go install github.com/josephspurrier/goversioninfo
go generate github.com/parvit/qpep/version
# - name: Update version resource
# run: |
# go install github.com/josephspurrier/goversioninfo
# go generate github.com/parvit/qpep/version
#
- name: Build QPep x64
run: |
set GOARCH=amd64

0 comments on commit 57510ab

Please sign in to comment.