Skip to content

Commit

Permalink
fix actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcarroty authored Nov 2, 2024
1 parent 408834f commit 6edb202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@master
- name: Building a package
run: |
curl -LO https://raw.githubusercontent.com/clearfraction/tools/master/build-core.sh && chmod +x build-core.sh
docker run --privileged --cap-add=SYS_ADMIN --security-opt apparmor:unconfined -v $(pwd):/home clearlinux:latest sh -c "cd /home && ./build-core.sh"
- name: Upload result
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@master
with:
path: RPMS/*.rpm

0 comments on commit 6edb202

Please sign in to comment.