Skip to content

Commit

Permalink
added build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerosn committed Nov 4, 2023
1 parent b2ea1b8 commit 10037fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
Build_for_DEB:
runs-on: ubuntu-latest
steps:
- run: "false"
- uses: actions/checkout@v3
- run: "apt update"
- run: "apt install -y gcc g++ autotools-dev fuse3 libfuse-dev libfuse3-dev libattr1-dev"
Expand All @@ -26,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: "docker run --rm -it -v ./:/repo archlinux /bin/bash /repo/packaging/arch/bash.sh"
- run: "docker run --rm -v ./:/repo archlinux /bin/bash /repo/packaging/arch/bash.sh"
- uses: actions/upload-artifact@v3
with:
name: cicpoffs.tar.zst
Expand Down

0 comments on commit 10037fc

Please sign in to comment.