Skip to content

Commit

Permalink
actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 authored Feb 7, 2024
1 parent 0689b2f commit 61ff694
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: marvinpinto/[email protected]
with:
repo_token: "${{ github.token }}"
automatic_release_tag: "latest"
automatic_release_tag: "bleeding"
prerelease: true
title: "Canabalt Bleeding edge"
download_haxe:
Expand All @@ -26,7 +26,6 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.GH_TOKEN }}

- uses: krdlab/setup-haxe@v1
with:
Expand Down Expand Up @@ -69,7 +68,6 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.GH_TOKEN }}

- uses: krdlab/setup-haxe@v1
with:
Expand Down Expand Up @@ -126,5 +124,5 @@ jobs:
- name: Upload build
env:
GITHUB_TOKEN: ${{ github.token }}
run: gh release upload latest canabalt-${{matrix.target}}-${{ steps.date.outputs.date }}.* --clobber
run: gh release upload bleeding canabalt-${{matrix.target}}-${{ steps.date.outputs.date }}.* --clobber
shell: bash

0 comments on commit 61ff694

Please sign in to comment.