Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
QueenOfSquiggles authored Apr 7, 2024
1 parent 4f7efcd commit c00d4aa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ jobs:
command: build
args: --verbose --target ${{ matrix.target }}

- name: Build archive
shell: bash
run: echo "Theoretically done constructing?"
# - name: Build archive
# shell: bash
# run: echo "Theoretically done constructing?"

- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
./squiggles_core_release.zip
# - name: Release
# uses: softprops/action-gh-release@v1
# with:
# files: |
# ./squiggles_core_release.zip

0 comments on commit c00d4aa

Please sign in to comment.