Skip to content

Commit

Permalink
build: try to make GitHub Actions work
Browse files Browse the repository at this point in the history
  • Loading branch information
F33RNI committed Jan 2, 2024
1 parent 5a8975a commit 1a0b2d5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ jobs:
with:
name: FloppyCat-${{ matrix.platform.os }}-${{ matrix.platform.arch }}
path: FloppyCat-${{ matrix.platform.os }}-${{ matrix.platform.arch }}.zip

- name: Zip and upload binaries as release asset
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./dist/*
asset_name: FloppyCat-${{ matrix.platform.os }}-${{ matrix.platform.arch }}.zip
tag: ${{ github.ref }}
overwrite: true

- name: Cleanup
uses: JesseTG/rm@v1.0.3
Expand Down

0 comments on commit 1a0b2d5

Please sign in to comment.