Skip to content

Commit

Permalink
at my wits end
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfl0wer committed May 15, 2024
1 parent 92975d3 commit 452a093
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/cross-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,6 @@ jobs:
with:
path: ./artifacts/

- name: Create and upload a Release
uses: marvinpinto/action-automatic-releases@latest
- uses: ncipollo/release-action@v1
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
title: "Release ${{ github.ref }}"
files: |
/home/runner/work/stimmgabel/stimmgabel/artifacts/*
artifacts: "artifacts/*"

0 comments on commit 452a093

Please sign in to comment.