You've already forked ugly-queue
Compare commits
2 Commits
v1.0.18
...
ad401888f8
| Author | SHA1 | Date | |
|---|---|---|---|
| ad401888f8 | |||
| 80219635ad |
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -2,7 +2,7 @@ name: CI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "**"
|
||||
- "master"
|
||||
tags:
|
||||
- "!**"
|
||||
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Create Release Archive
|
||||
- name: Create Release
|
||||
id: semrelease
|
||||
uses: go-semantic-release/action@v1
|
||||
with:
|
||||
|
||||
5
.github/workflows/dist.yml
vendored
5
.github/workflows/dist.yml
vendored
@@ -12,16 +12,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4 # Checkout Sourcecode
|
||||
- uses: https://hub.cybercinch.nz/cybercinch/composer-build-action@v1
|
||||
- run: |
|
||||
ls -lah
|
||||
ls -lah build/
|
||||
- uses: https://hub.cybercinch.nz/guisea/gitea-composer-upload-action@master
|
||||
with:
|
||||
baseurl: "${{ secrets.G_SERVER_URL}}"
|
||||
access_token: "${{ secrets.G_TOKEN }}"
|
||||
username: "${{ secrets.G_USERNAME }}"
|
||||
owner: "cybercinch" # Override owner name for repository (Optional) Only if different from username
|
||||
repo_name: ugly-queue
|
||||
version: "${{ env.GITHUB_REF_NAME }}"
|
||||
overwrite_files: "true"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user