Skip to content

Commit

Permalink
🙈 Added secrets to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranger-NF committed Aug 18, 2024
1 parent 0ac164a commit cfc18a1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/godot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,19 @@ jobs:
run: |
mkdir -v -p ~/.local/share/godot/export_templates/
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
- name: Adding env file
run: |
touch secrets.env
echo ${{ secrets.SW_API_KEY }} >> .env
- name: Linux Build
run: |
mkdir -v -p build/linux
godot --headless --import --export-release 'Linux/X11' ./build/linux/$EXPORT_NAME.x86_64
- name: Upload Artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: linux
path: build/linux

0 comments on commit cfc18a1

Please sign in to comment.