mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-25 23:24:15 +01:00
test
This commit is contained in:
parent
56c87909cb
commit
65feba8514
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -21,7 +21,9 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set SC64 version
|
||||
run: SC64_VERSION=-${GITHUB_REF_NAME//\//-}
|
||||
run: |
|
||||
SC64_VERSION=-${$GITHUB_REF_NAME//\//-}
|
||||
echo "$SC64_VERSION"
|
||||
|
||||
- name: Build everything
|
||||
run: ./docker_build.sh release --force-clean
|
||||
@ -73,7 +75,9 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set SC64 version
|
||||
run: SC64_VERSION=-${GITHUB_REF_NAME//\//-}
|
||||
run: |
|
||||
SC64_VERSION=-${$GITHUB_REF_NAME//\//-}
|
||||
echo "$SC64_VERSION"
|
||||
|
||||
- name: Setup python
|
||||
uses: actions/setup-python@v4
|
||||
|
Loading…
Reference in New Issue
Block a user