chore: remove github prefix
All checks were successful
Build/release / action-release (push) Successful in 5m47s

This commit is contained in:
2025-11-27 11:27:46 +01:00
parent 32df6a28cc
commit 90af4a0bac

View File

@@ -55,7 +55,7 @@ jobs:
yarn build yarn build
- name: upload the building actifacts - name: upload the building actifacts
uses: christopherHX/gitea-upload-artifact@v4 uses: DaanSelen/upload-artifact-gitea@main
with: with:
name: packages name: packages
path: | path: |
@@ -77,7 +77,7 @@ jobs:
./release/latest-linux.yml ./release/latest-linux.yml
server_url: ${{ gitea.server_url }} server_url: ${{ gitea.server_url }}
token: ${{ secrets.GITEA_TOKEN }} || ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITEA_TOKEN }} || ${{ secrets.GITHUB_TOKEN }}
repository: "DaanSelen/ms365-electron-sandbox" repository: "DaanSelen/akartonplanning"
tag_name: "${{ env.VERSION }}" tag_name: "${{ env.VERSION }}"
name: "${{ env.VERSION }}" name: "${{ env.VERSION }}"
sha256sum: true sha256sum: true