Skip to content

Commit

Permalink
ci: fix create release job
Browse files Browse the repository at this point in the history
  • Loading branch information
silv3rr committed Jul 5, 2024
1 parent 8ed6b57 commit 8a3f831
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ jobs:
# if-no-files-found: error

rhel-container-build-job:
name: Build for ${{ matrix.rhel-distro }}
name: Build for RHEL
runs-on: ubuntu-latest
strategy:
matrix:
include:
- rhel-distro: almalinux
- rhel-distro: amalinux
rhel-version: 9.4
- rhel-distro: rockylinux
rhel-version: 9.3
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
path: build-artifacts
- name: Create gh release using 'hub'
run: |
hub release create $(find -type f -printf '-a %p ') slv-pyspy-v$(date +%Y%m%d) -F - <<'#####'
gh release create $(find -type f -printf '-a %p ') slv-pyspy-v$(date +%Y%m%d) -F - <<'#####'
pyspy
Shows users logged into glftpd in terminal or as web page. Like 'gl_spy' and 'webspy' from foo-tools.
Expand Down

0 comments on commit 8a3f831

Please sign in to comment.