Remove temporary testing code
This commit is contained in:
parent
28a4deb214
commit
a20e1bc0d4
1 changed files with 0 additions and 16 deletions
16
.github/workflows/auth-release.yml
vendored
16
.github/workflows/auth-release.yml
vendored
|
@ -185,14 +185,6 @@ jobs:
|
|||
if: false
|
||||
run: tar.exe -a -c -f auth/artifacts/ente-${{ github.ref_name }}-windows.zip auth/ente-${{ github.ref_name }}-windows
|
||||
|
||||
- name: Temporary action
|
||||
# TODO: Remove me when desktop builds are enabled
|
||||
if: true
|
||||
run: echo test > artifacts/ente-example.txt
|
||||
|
||||
- name: Generate checksums
|
||||
run: sha256sum artifacts/ente-* > artifacts/sha256sum-win
|
||||
|
||||
- name: Create a draft GitHub release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
|
@ -295,14 +287,6 @@ jobs:
|
|||
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
|
||||
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
||||
|
||||
- name: Temporary action
|
||||
# TODO: Remove me when desktop builds are enabled
|
||||
if: true
|
||||
run: echo test > artifacts/ente-example.txt
|
||||
|
||||
- name: Generate checksums
|
||||
run: sha256sum artifacts/ente-* > artifacts/sha256sum-mac
|
||||
|
||||
- name: Create a draft GitHub release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue