Skip to content

Commit

Permalink
Merge pull request #53 from pyiron/corrections_to_workflows
Browse files Browse the repository at this point in the history
correction to the release workflows
  • Loading branch information
max-hassani authored Mar 14, 2022
2 parents edac61f + b7e7eb3 commit 27f3d05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Linux
runs-on: ubuntu-latest
env:
RELEASEVER: "0.0.18"
RELEASEVER: "0.0.19"
SPHINXDFT_DATA_VER: "0.0.1"
SPHINXDFT_DATA_BUILD: "0"
GPAW_DATA_VER: "0.9.20000"
Expand Down Expand Up @@ -41,6 +41,8 @@ jobs:
mv ../sphinx resources
mv ../thermodynamics resources
mv ../LICENSE resources
mv ../damask resources
mv ../templates resources
mkdir resources/lammps/potentials
mv iprpy-data/share/iprpy/potentials_lammps.csv resources/lammps/potentials/potentials_lammps.csv
mv iprpy-data/share/iprpy/potential_LAMMPS resources/lammps/potentials/potential_LAMMPS
Expand Down Expand Up @@ -69,5 +71,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: build/resources-${{ env.RELEASEVER }}.tar.gz
asset_name: resources-${{ env.RELEASEVER }}.tar.gz
asset_name: resources.tar.gz
asset_content_type: application/zip
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Linux
runs-on: ubuntu-latest
env:
RELEASEVER: "0.0.18"
RELEASEVER: "0.0.19"
SPHINXDFT_DATA_VER: "0.0.1"
SPHINXDFT_DATA_BUILD: "0"
GPAW_DATA_VER: "0.9.20000"
Expand Down Expand Up @@ -41,6 +41,8 @@ jobs:
mv ../sphinx resources
mv ../thermodynamics resources
mv ../LICENSE resources
mv ../damask resources
mv ../templates resources
mkdir resources/lammps/potentials
mv iprpy-data/share/iprpy/potentials_lammps.csv resources/lammps/potentials/potentials_lammps.csv
mv iprpy-data/share/iprpy/potential_LAMMPS resources/lammps/potentials/potential_LAMMPS
Expand Down

0 comments on commit 27f3d05

Please sign in to comment.