Skip to content

Commit f1e3be8

Browse files
committed
Upload only once.
1 parent 3a635f7 commit f1e3be8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/package.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
if: startsWith(matrix.os, 'macos')
5959
run: tar -cJvf llvm-mos-macos.tar.xz llvm-mos
6060

61+
upload:
62+
runs-on: ubuntu-latest
63+
steps:
6164
- name: Upload the Linux SDK.
6265
uses: softprops/action-gh-release@v1
6366
with:
@@ -69,11 +72,6 @@ jobs:
6972
llvm-mos-windows.7z
7073
llvm-mos-macos.tar.xz
7174
prerelease: true
72-
73-
dispatch-test:
74-
runs-on: ubuntu-latest
75-
needs: package
76-
steps:
7775
- name: Dispatch Test Suite
7876
uses: llvm-mos/repository-dispatch@v1
7977
with:

0 commit comments

Comments
 (0)