Skip to content

Commit

Permalink
wip: ci Artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
antmak committed Nov 8, 2023
1 parent 492a930 commit cd3a311
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Build (${{ matrix.target }} @ ${{ matrix.platform }})
run: |
ninja -C build
ninja -C build install
- name: Package (${{ matrix.target }} @ ${{ matrix.platform }})
env:
Expand All @@ -116,14 +116,14 @@ jobs:
export DIST_DIR=${PWD}/dist
mkdir -p ${DIST_DIR}
cd install/
export ARCHIVE_NAME=${PROJECT_NAME}-${TARGET}-${VERSION}-${PLATFORM}.tar.gz
tar -czvf ${DIST_DIR}/${ARCHIVE_NAME} qemu
export ARCHIVE_NAME=${PROJECT_NAME}-${TARGET}-${VERSION}-${PLATFORM}.tar.bz2
tar -cjvf ${DIST_DIR}/${ARCHIVE_NAME} qemu
echo "${ARCHIVE_NAME}" > ${DIST_DIR}/file_${PLATFORM}_${TARGET}
- name: Archive production artifacts (${{ matrix.target }} @ ${{ matrix.platform }})
uses: actions/upload-artifact@v3
with:
name: dist-dummy-qemu
name: dist-qemu
path: |
dist
Expand Down

0 comments on commit cd3a311

Please sign in to comment.