mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-21 21:49:15 +01:00
fix
This commit is contained in:
parent
68c225477d
commit
c9434ef905
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -114,9 +114,10 @@ jobs:
|
||||
|
||||
- name: Package executable
|
||||
run: |
|
||||
mkdir package
|
||||
PACKAGE_DIR=$(pwd)/package
|
||||
mkdir -p $PACKAGE_DIR
|
||||
cd ${{ matrix.release-dir }}
|
||||
tar ${{ matrix.options }} ../../package/${{ matrix.name }}-${{ steps.version.outputs.replaced }}.${{ matrix.extension }} ${{ matrix.executable }}
|
||||
tar ${{ matrix.options }} $PACKAGE_DIR/${{ matrix.name }}-${{ steps.version.outputs.replaced }}.${{ matrix.extension }} ${{ matrix.executable }}
|
||||
working-directory: sw/deployer
|
||||
|
||||
- name: Upload artifact
|
||||
|
Loading…
Reference in New Issue
Block a user