Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian committed Dec 30, 2022
1 parent a7b765b commit 2e42bd2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,15 @@ jobs:
sudo apt-get update
sudo apt-get build-dep --no-install-recommends -y .
make all deb
- name: Workaround actions/upload-artifact#176
run: |
echo "artifacts_path=$(realpath ..)" >> $GITHUB_ENV
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: ${{ github.repository }}
path: |
../*.deb
${{ env.artifacts_path }}/*.deb
release:
runs-on: ubuntu-22.04
needs: build
Expand Down

0 comments on commit 2e42bd2

Please sign in to comment.