Skip to content

Commit

Permalink
lets try this
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Giganticus committed Jan 28, 2024
1 parent 3e5c55d commit 839066b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@ jobs:
- shell: cmd
working-directory: dist
run: 7z a ${{github.workspace}}\\Whitehole-Neo.zip *.* -r
- uses: "marvinpinto/action-automatic-releases@latest"
if: ${{ github.event_name == 'push' }}
- uses: actions/upload-artifact@v4
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "Auto"
prerelease: true
title: "Auto Build"
files: |
*.zip
name: build
path: Whitehole-Neo.zip

0 comments on commit 839066b

Please sign in to comment.