Skip to content

Commit

Permalink
github: hard code msi paths
Browse files Browse the repository at this point in the history
  • Loading branch information
benburkert committed Apr 14, 2024
1 parent 98bd350 commit 13f2569
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
- shell: bash
if: matrix.os == 'windows-latest'
working-directory: cmd/anchor
run: |
cp "*.msi" ./dist/windows/
cp cmd/anchor/anchor_x64.msi cmd/anchor/dist/windows/anchor_x64.msi
cp cmd/anchor/anchor_x86.msi cmd/anchor/dist/windows/anchor_x86.msi
release:
runs-on: windows-latest
Expand Down Expand Up @@ -106,9 +106,9 @@ jobs:
enableCrossOsArchive: true

- shell: bash
working-directory: cmd/anchor
run: |
cp "./dist/windows/*.msi" ./
cp cmd/anchor/dist/windows/anchor_x64.msi cmd/anchor/anchor_x64.msi
cp cmd/anchor/dist/windows/anchor_x86.msi cmd/anchor/anchor_x86.msi
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit 13f2569

Please sign in to comment.