Skip to content

Commit

Permalink
Update master_squiffycompiler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwarren committed Sep 7, 2024
1 parent 388b8c3 commit 380745f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master_squiffycompiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: node-app
working-directory: ./compiler
path: release.zip
path: ./compiler/release.zip

deploy:
runs-on: ubuntu-latest
Expand All @@ -55,7 +54,8 @@ jobs:
name: node-app

- name: Unzip artifact for deployment
run: unzip ./compiler/release.zip
working-directory: ./compiler
run: unzip release.zip

- name: Login to Azure
uses: azure/login@v2
Expand Down

0 comments on commit 380745f

Please sign in to comment.