-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "ci: Try TheAssassin/pyuploadtool for continuous build releases"
This reverts commit 8629b75.
- Loading branch information
Showing
1 changed file
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,18 +66,20 @@ jobs: | |
- name: Collect checksum | ||
run: | | ||
cp checksum.txt continuous/ | ||
- name: Create release and upload artifacts | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
GITHUB_CONTINUOUS_RELEASE_TYPE: prerelease | ||
GITHUB_CONTINUOUS_RELEASE_NAME: devbuild | ||
GITHUB_CONTINUOUS_RELEASE_TAG: continuous | ||
CHANGELOG_TYPE: none | ||
run: | | ||
wget -q https://github.com/TheAssassin/pyuploadtool/releases/download/continuous/pyuploadtool-x86_64.AppImage | ||
chmod +x pyuploadtool-x86_64.AppImage | ||
./pyuploadtool-x86_64.AppImage continuous/* | ||
- name: Upload to GitHub Releases | ||
uses: "slord399/[email protected]" | ||
with: | ||
repo_token: "${{ secrets.GITHUB_TOKEN }}" | ||
automatic_release_tag: "continuous" | ||
prerelease: true | ||
files: | | ||
continuous/* | ||
# - name: Delete drafts | ||
# uses: hugo19941994/[email protected] | ||
# env: | ||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Get source archives | ||
run: | | ||
|