Skip to content

Commit

Permalink
okay, fuck automatic upload
Browse files Browse the repository at this point in the history
  • Loading branch information
vil committed Jul 7, 2024
1 parent e7c330c commit 46703f3
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ jobs:
with:
name: Windows Executable
path: dist/
- name: Create release
uses: ncipollo/release-action@v1
with:
tag: $GITHUB_REF_NAME
body: |
Windows Executable: [${GITHUB_REF_NAME}](https://github.com/${GITHUB_REPO}/releases/download/${GITHUB_REF_NAME}/h4xtools.exe)
MD5 Hash: $(cat dist/h4xtools.exe.md5)
allowUpdates: true
makeLatest: true

build_linux:
runs-on: ubuntu-latest
Expand All @@ -60,13 +51,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Linux Executable
path: dist/
- name: Create release
uses: ncipollo/release-action@v1
with:
tag: $GITHUB_REF_NAME
body: |
Linux Executable: [${GITHUB_REF_NAME}](https://github.com/${GITHUB_REPO}/releases/download/${GITHUB_REF_NAME}/h4xtools)
MD5 Hash: $(cat dist/h4xtools.md5)
allowUpdates: true
makeLatest: true
path: dist/

0 comments on commit 46703f3

Please sign in to comment.