mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-25 04:11:42 -04:00
update some actions
also acts as a dummy commit to run actions again that'd possibly fix mac build
This commit is contained in:
parent
0d6e62289f
commit
cd12e276f0
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
runs-on: ${{ matrix.config.os }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
@ -55,7 +55,7 @@ jobs:
|
|||
if: matrix.config.os_identifier == 'win'
|
||||
|
||||
- name: Download CLI
|
||||
uses: robinraju/release-downloader@v1.5
|
||||
uses: robinraju/release-downloader@v1
|
||||
with:
|
||||
repository: geode-sdk/cli
|
||||
latest: true
|
||||
|
@ -88,7 +88,7 @@ jobs:
|
|||
run: rm ./bin/nightly/resources/.geode_cache
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: geode-${{ matrix.config.os_identifier }}
|
||||
path: ./bin/nightly
|
||||
|
@ -97,7 +97,7 @@ jobs:
|
|||
run: ${{ matrix.config.package_cmd }}
|
||||
|
||||
- name: Publish Installer
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: geode-installer-${{ matrix.config.os_identifier }}
|
||||
path: ${{ matrix.config.installer_path }}
|
||||
|
@ -107,7 +107,7 @@ jobs:
|
|||
needs: build
|
||||
if: github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Declare version and commit hash
|
||||
id: ref
|
||||
|
|
Loading…
Add table
Reference in a new issue