mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-21 06:25:21 -04:00
fix [ci skip]
This commit is contained in:
parent
cec9ce7a00
commit
0ef9fee3b5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nwchem_releasetar.yaml
vendored
2
.github/workflows/nwchem_releasetar.yaml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
echo "input_date=$(date +%Y%m%d)" >> $GITHUB_ENV
|
||||
- name: generate tempdir name
|
||||
run: |
|
||||
echo "tmpdir_name=temp.${{ env.input_date }})" >> $GITHUB_ENV
|
||||
echo "tmpdir_name=temp.${{ env.input_date }}" >> $GITHUB_ENV
|
||||
- name: run script
|
||||
run: |
|
||||
./dotar_release.sh ${{ github.event.inputs.nwchem_version }} ${{ env.input_date }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue