Skip to content

Commit

Permalink
добавлена сборка WinRes
Browse files Browse the repository at this point in the history
  • Loading branch information
LazarenkoA committed Nov 11, 2023
1 parent d8a4b41 commit e7dc115
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
env:
GO111MODULE: on

- name: WinRes
run: |
go install github.com/tc-hib/go-winres
go-winres make .\winres\winres.json
- name: Get version
id: get_version
run: echo ::set-output name=version::$(echo "${{ github.ref }}" | sed 's/refs\/tags\///')
Expand Down Expand Up @@ -54,11 +59,6 @@ jobs:
COMMITS=$(git log --pretty=format:"- %s (%h)" ${{ github.event.release.tag_name }}..HEAD)
echo "::set-output name=commits::$COMMITS"
- name: WinRes
run: |
go install github.com/tc-hib/go-winres
go-winres make .\winres\winres.json
- name: Upload binaries
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit e7dc115

Please sign in to comment.