Update .forgejo/workflows/Luncher_Windows-AMD64-Nightly.yaml
All checks were successful
Build Luncher for Windows/AMD64/Nightly / build-windows (push) Successful in 17s
All checks were successful
Build Luncher for Windows/AMD64/Nightly / build-windows (push) Successful in 17s
This commit is contained in:
parent
db9155e0c1
commit
dd4fe1e5ec
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ jobs:
|
||||||
runs-on: win-10
|
runs-on: win-10
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone upload-test repo
|
- name: Clone Publisher repo
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
git clone https://weforge.xyz/Spitfire/Publisher.git
|
git clone https://weforge.xyz/Spitfire/Publisher.git
|
||||||
|
@ -69,7 +69,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
DATE=$(cat date.txt)
|
DATE=$(cat date.txt)
|
||||||
cd upload-test
|
cd Publisher
|
||||||
cp ../APPINDEX . || true
|
cp ../APPINDEX . || true
|
||||||
go run update_appindex.go \
|
go run update_appindex.go \
|
||||||
--name "spitfire-luncher" \
|
--name "spitfire-luncher" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue