Skip to content

Commit

Permalink
fix: again
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Dec 16, 2023
1 parent 037abd1 commit bf17058
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions .github/workflows/build-artifacts-and-draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,6 @@ jobs:
with:
name: cy-darwin
path: ./cy-build/darwin
- name: Merge checksum file
run: |
cd ./cy-build
cat ./darwin/cy*checksums.txt >> checksums.txt
cat ./linux/cy*checksums.txt >> checksums.txt
rm ./darwin/cy*checksums.txt
rm ./linux/cy*checksums.txt
# where do these come from?
rm -f linux/cy darwin/cy
- name: Release
uses: goreleaser/goreleaser-action@v5
with:
args: release --config ci/goreleaser-release.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create tap PR
run: |
# Remove last line from darwin formula
Expand Down Expand Up @@ -164,3 +149,22 @@ jobs:
--title "update cy to $TAG" \
--head "$BRANCH" \
--base "main"
cd ..
rm *.rb
rm -r "$DIRECTORY"
- name: Merge checksum file
run: |
cd ./cy-build
cat ./darwin/cy*checksums.txt >> checksums.txt
cat ./linux/cy*checksums.txt >> checksums.txt
rm ./darwin/cy*checksums.txt
rm ./linux/cy*checksums.txt
# where do these come from?
rm -f linux/cy darwin/cy
- name: Release
uses: goreleaser/goreleaser-action@v5
with:
args: release --config ci/goreleaser-release.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bf17058

Please sign in to comment.