Skip to content

Commit

Permalink
release test cf upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammers21 committed Nov 21, 2023
1 parent cd34583 commit e400295
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set env
id: set_env
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: echo ::set-env name=version::0.2
- name: Get next version
uses: reecetech/version-increment@2023.9.3
id: version
Expand Down Expand Up @@ -54,11 +49,11 @@ jobs:
asset_path: ./sArena_Updated2_by_sammers-${{ steps.version.outputs.version }}.zip
asset_name: sArena_Updated2_by_sammers-${{ steps.version.outputs.version }}.zip
asset_content_type: application/zip
# - name: "Upload to CurseForge"
# uses: itsmeow/curseforge-upload@v3
# with:
# file_path: "sArena_Updated2_by_sammers-$RELEASE_VERSION.zip"
# game_endpoint: "worldofwarcraft"
# game_versions: ""
# project_id: 0
# token: "${{ secrets.CF_API_TOKEN }}"
- name: "Upload to CurseForge"
uses: itsmeow/curseforge-upload@v3
with:
file_path: "sArena_Updated2_by_sammers-${{ steps.version.outputs.version }}.zip"
game_endpoint: "wow"
game_versions: "10.2.0"
project_id: 937129
token: "${{ secrets.CF_API_TOKEN }}"

0 comments on commit e400295

Please sign in to comment.