Skip to content

Commit

Permalink
update(workflows): Removing automatic download
Browse files Browse the repository at this point in the history
  • Loading branch information
skuzzis committed Nov 15, 2023
1 parent 6ef95b0 commit 5f9ef56
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,6 @@ jobs:
run: |
cd ambuild; python setup.py install; cd ..
- name: Download Swiftly Plugin Utilities - Windows
uses: bettermarks/[email protected]
if: matrix.os == 'windows-hosted'
with:
repo: swiftly-solution/swiftly-plugins-utility
token: ${{ secrets.GITHUB_TOKEN }}
artifact_name: Swiftly Plugins Utility Windows
rename: plugin_files/scripting/swiftly_utility.exe
wait_seconds: 60

- name: Download Swiftly Plugin Utilities - Linux
uses: bettermarks/[email protected]
if: matrix.os == 'self-hosted'
with:
repo: swiftly-solution/swiftly-plugins-utility
token: ${{ secrets.GITHUB_TOKEN }}
artifact_name: Swiftly Plugins Utility Linux
rename: plugin_files/scripting/swiftly_utility
wait_seconds: 60

- name: Prepare Build - Linux
if: matrix.os == 'self-hosted'
working-directory: swiftly
Expand Down

0 comments on commit 5f9ef56

Please sign in to comment.