Skip to content

Commit

Permalink
Fix Action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adversarian committed Aug 2, 2023
1 parent 64214ab commit 00d52c0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/nuitka-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ jobs:


# Uploads artifact
- name: Upload Artifact
uses: skx/github-action-publish-binaries@master
- name: Upload Release Artifacts
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: "build/DESE.exe"
files: build/DESE.exe

0 comments on commit 00d52c0

Please sign in to comment.