This repository has been archived by the owner on Nov 6, 2024. It is now read-only.
Updated and removed worldmap and exploration textures from build 55522 #6
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build | |
on: | |
push: | |
tags: | |
- '**' | |
jobs: | |
release: | |
runs-on: ubuntu-latest | |
env: | |
#CF_API_KEY: ${{ secrets.CF_API_KEY }} | |
#WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }} | |
#WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }} | |
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }} | |
# setup under repo > settings > secrets | |
steps: | |
- name: Clone project | |
uses: actions/checkout@v4 | |
- name: Package and release (retail) | |
uses: BigWigsMods/packager@v2 | |