Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benlabbe authored Oct 9, 2023
1 parent c3a893f commit a6dbb5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
dockerImage="aymara/qhttpserver-debian11:build"
packageDir="/usr/share/apps/qhttpserver/packages/"
cicd/extract_package.sh
cicd/extract_package.sh $dockerImage $packageDir
- name: Create release
uses: ncipollo/release-action@v1.13.0
id: create_release
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
run: |
dockerImage="aymara/qhttpserver-ubuntu22.04:build"
packageDir="/usr/share/apps/qhttpserver/packages/"
cicd/extract_package.sh
cicd/extract_package.sh $dockerImage $packageDir
- name: Create release
uses: ncipollo/release-action@v1.13.0
id: create_release
Expand Down

0 comments on commit a6dbb5e

Please sign in to comment.