Temporarily remove les_rust_enums #22
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: Upload | |
on: | |
push: | |
branches: [ "master" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Upload Unit | |
uses: Cratecode/[email protected] | |
with: | |
key: ${{ secrets.CRATECODE_API_KEY }} | |
manifest: manifest.json |