Skip to content

Commit

Permalink
why do u fail ?
Browse files Browse the repository at this point in the history
  • Loading branch information
muhamadazmy committed Oct 17, 2023
1 parent d9ff623 commit ba6ded7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/bins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ on:
push:
branches:
- "*"
paths:
- "bins/**"
- ".github/workflows/bins.yaml"
- ".github/workflows/bin-package.yaml"
- ".github/workflows/bin-package-18.04.yaml"

jobs:
containerd:
uses: ./.github/workflows/bin-package.yaml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
- name: Set version of build
id: version
run: |
echo "version=v$(date +%y%m%d.%-H%M%S.0)" >> $GITHUB_OUTPUT
echo "version=v$(date +%y%m%d.%-H%M%S)" >> $GITHUB_OUTPUT
- name: Collecting files
run: |
scripts/collect.sh ${{ github.workspace }}/archive
- name: Publish flist (${{ github.sha }})
- name: Publish flist (zos:${{ steps.version.outputs.version }}.flist)
if: success()
uses: threefoldtech/publish-flist@master
with:
Expand Down

0 comments on commit ba6ded7

Please sign in to comment.