mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
fix
This commit is contained in:
parent
96776821bc
commit
456f9366a5
1 changed files with 3 additions and 2 deletions
5
.github/workflows/nwchem_releasetar.yaml
vendored
5
.github/workflows/nwchem_releasetar.yaml
vendored
|
|
@ -19,11 +19,12 @@ jobs:
|
|||
- name: run script
|
||||
run: |
|
||||
./dotar_release.sh
|
||||
ls -Rlrt
|
||||
- name: generate tempdir name
|
||||
run: |
|
||||
echo "tmpdir_name=temp.$(date +%Y%m%d)" >> $GITHUB_ENV
|
||||
ls -Rlrt ${{ env.tmpdir_name }}/*tar*
|
||||
- name: check tempdir
|
||||
run: |
|
||||
ls -lrt ${{ env.tmpdir_name }}/*tar*
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue