Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Nov 8, 2023
1 parent 0dfc173 commit 5c7cb4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_installation_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ jobs:
- name: Download and compress dependencies
run: |
sudo apt update && sudo apt install -y libcurl4-gnutls-dev
$(which python3) --version
$(which python3) --version
bash download_dependencies.sh
rm -rf .git
mkdir -p /tmp/dqmgui
tar -cf /tmp/dqmgui/dqmgui_installation_package.tar.gz . -I "gzip --best"
- name: Archive package artifact
uses: actions/upload-artifact@v3
# test
with:
name: dqmgui-installation-package
path: |
Expand Down

0 comments on commit 5c7cb4c

Please sign in to comment.