mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-01-07 10:18:13 +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
|
||||
run: |
|
||||
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
|
||||
|
||||
- name: Upload artifact
|
||||
|
Loading…
Reference in New Issue
Block a user