On branch feat/godot-configurator

Changes to be committed:
	modified:   ../../.github/workflows/build-configurator.yml
	modified:   ../../.github/workflows/go-simple.yml
This commit is contained in:
monkeyx-net 2024-08-05 22:53:37 +01:00
parent 2ac17978ea
commit 8791f0b23f
2 changed files with 9 additions and 15 deletions

View file

@ -29,17 +29,11 @@ jobs:
relative_export_path: ../../
archive_output: true
# - name: Upload Linux artifact
# uses: actions/upload-artifact@v4
# with:
# name: Godot Linux Configurator
# path: /home/runner/work/linux.zip
- name: create release
uses: ncipollo/release-action@v1.11.2
- name: Upload Linux artifact
uses: actions/upload-artifact@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
generateReleaseNotes: true
tag: ${{ github.ref_name }}
artifacts: ${{ steps.export.outputs.archive_directory }}/* # Added "/*" at the end is glob pattern match for this action
name: Godot Linux Configurator
path: /home/runner/work/linux.zip

View file

@ -28,13 +28,13 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: Client - ${{ matrix.platform }}
name: ${{ matrix.platform }}
path: ${{ github.workspace }}/${{ steps.build.outputs.build }}
- name: Upload Release Asset 🚀
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: "Client - linux.zip"
file: tools/configurator/linux.zip
tag: ${{env.TAG}}
overwrite: true
file_glob: false