Skip to content

Commit

Permalink
ExcelDeploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gavbrennan committed Apr 21, 2023
1 parent adf5150 commit 8d16f43
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/ExcelDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,49 +46,3 @@ jobs:
with:
name: excelArtifact
path: ./QwackExcel.zip

name: Retrieve and Upload to Azure
runs-on: ubuntu-latest
needs: job_1
steps:

- name: Fetch Artifact
uses: actions/download-artifact@v2
with:
name: excelArtifact

- name: Fetch Artifact
uses: actions/download-artifact@v2
with:
name: msiArtifact

- name: Login To Azure
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Upload to blob storage
uses: azure/CLI@v1
with:
azcliversion: 2.30.0
inlineScript: |
az storage blob upload-batch --account-name pltfm -d exceladdin -s . --pattern GalenaExcel.zip
- name: Upload MSI to blob storage
uses: azure/CLI@v1
with:
azcliversion: 2.30.0
inlineScript: |
az storage blob upload-batch --account-name pltfm -d exceladdin -s . --pattern ExcelAddInDeploy.zip
- name: logout
run: |
az logout
- name: Delete Artifact
uses: GeekyEggo/[email protected]
with:
name: |
excelArtifact
msiArtifact

0 comments on commit 8d16f43

Please sign in to comment.