Skip to content

Commit

Permalink
Revert "ci: Try TheAssassin/pyuploadtool for continuous build releases"
Browse files Browse the repository at this point in the history
This reverts commit 8629b75.
  • Loading branch information
Griefed committed Jan 25, 2025
1 parent 571f747 commit df88e8b
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/devbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit df88e8b

Please sign in to comment.