diff --git a/.github/workflows/docker-openstudio.yml b/.github/workflows/docker-openstudio.yml index b9e0785..0a08ff8 100644 --- a/.github/workflows/docker-openstudio.yml +++ b/.github/workflows/docker-openstudio.yml @@ -73,10 +73,10 @@ jobs: OpenStudio-$OPENSTUDIO_VERSION$OPENSTUDIO_VERSION_EXT.$OPENSTUDIO_SHA-Apptainer.sif \ docker://nrel/openstudio:$OPENSTUDIO_VERSION$OPENSTUDIO_VERSION_EXT - - uses: actions/upload-artifact@v3 - with: - name: apptainer-image - path: OpenStudio-${{ env.OPENSTUDIO_VERSION }}${{ env.OPENSTUDIO_VERSION_EXT }}.${{ env.OPENSTUDIO_SHA }}-Apptainer.sif + # - uses: actions/upload-artifact@v3 + # with: + # name: apptainer-image + # path: OpenStudio-${{ env.OPENSTUDIO_VERSION }}${{ env.OPENSTUDIO_VERSION_EXT }}.${{ env.OPENSTUDIO_SHA }}-Apptainer.sif - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v3