Skip to content

Commit

Permalink
fix: release attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Sep 21, 2023
1 parent a62387b commit 7bc72ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-artifacts-and-draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Build
uses: goreleaser/goreleaser-action@v5
with:
args: release --skip-publish --config scripts/.goreleaser-for-linux.yaml
args: release --skip-publish --config ci/goreleaser-for-linux.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Build
uses: goreleaser/goreleaser-action@v5
with:
args: release --skip-publish --config scripts/.goreleaser-for-darwin.yaml
args: release --skip-publish --config ci/goreleaser-for-darwin.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload
Expand Down Expand Up @@ -95,6 +95,6 @@ jobs:
- name: Release
uses: goreleaser/goreleaser-action@v5
with:
args: release --config scripts/.goreleaser-release.yaml
args: release --config ci/goreleaser-release.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7bc72ee

Please sign in to comment.