Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Nov 17, 2023
1 parent 8d0f677 commit 020e80a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build_installation_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Download and compress dependencies
env:
DMWM_GIT_TAG: ${{ env.DMWM_GIT_TAG }}
DMWM_GIT_URL: ${{ env.DMWM_GIT_URL }}
DQMGUI_GIT_TAG: ${{ env.DQMGUI_GIT_TAG }}
DQMGUI_GIT_URL: ${{ env.DQMGUI_GIT_URL }}
ROOT_GIT_URL: ${{ env.DQMGUI_GIT_TAG }}
ROOT_GIT_TAG: ${{ env.DQMGUI_GIT_URL }}
run: |
sudo apt update && sudo apt install -y libcurl4-gnutls-dev
$(which python3) --version
Expand Down Expand Up @@ -54,6 +47,6 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "/tmp/dqmgui/dqmgui_installation_package.tar.gz"
body: "/tmp/release_body.md"
bodyFile: "/tmp/release_body.md"
tag: ${{ env.RELEASE_TAG }}
allowUpdates: "true"

0 comments on commit 020e80a

Please sign in to comment.