This repository has been archived by the owner on Nov 6, 2024. It is now read-only.
WorldMap: Added 'All' and 'None' buttons to select or unselect all maps #4
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 | |