Skip to content

Commit

Permalink
fix: push nightly files to GHA artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 committed Dec 17, 2024
1 parent a6d7441 commit 2b5a459
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 82 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Build

on:
push:
Expand All @@ -22,7 +22,13 @@ jobs:
- name: Create a release
uses: goreleaser/goreleaser-action@v6
with:
args: release --clean --draft --config .goreleaser-nightly.yaml --release-header "Continuous integration build"
args: release --clean --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_CURRENT_TAG: v0.0.0-nightly
- name: save artifacts
uses: actions/upload-artifact@v4
with:
path: |
dist/*.tar.xz
dist/*.zip
dist/*checksums.txt
79 changes: 0 additions & 79 deletions .goreleaser-nightly.yaml

This file was deleted.

0 comments on commit 2b5a459

Please sign in to comment.