mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-01-09 03:00:41 +01:00
test
This commit is contained in:
parent
0bdecfa016
commit
6279447f79
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -77,7 +77,9 @@ jobs:
|
|||||||
- name: Package executable
|
- name: Package executable
|
||||||
run: |
|
run: |
|
||||||
mkdir package
|
mkdir package
|
||||||
tar -C dist ${{ matrix.package-options }} package/${{ matrix.name }}.${{ matrix.package-ext }} *
|
pushd dist
|
||||||
|
tar ${{ matrix.package-options }} ../package/${{ matrix.name }}.${{ matrix.package-ext }} *
|
||||||
|
popd
|
||||||
working-directory: sw/pc
|
working-directory: sw/pc
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
Loading…
x
Reference in New Issue
Block a user