diff options
| author | ruki <[email protected]> | 2023-02-24 23:57:44 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-02-24 23:57:44 +0800 |
| commit | 964da8c32bfdc0150b3b57c831635569a84bb873 (patch) | |
| tree | f747ed85fbdd3465feb47069526cea0ce92df84f | |
| parent | 20ae460c6c9c2ebc3631dffb6429127ae4bee0ad (diff) | |
remove deb
| -rw-r--r-- | .github/workflows/linux.yml | 20 | ||||
| -rw-r--r-- | .github/workflows/macos.yml | 5 |
2 files changed, 0 insertions, 25 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 0f56cd79f..19a501f67 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -38,26 +38,6 @@ jobs: xmake lua -v -D tests/run.lua xrepo --version - - name: Artifact - run: | - sudo gem install --no-document fpm - scripts/makepkg deb - - uses: actions/upload-artifact@v2 - with: - name: xmake-latest.amd64.deb - path: artifacts/xmake.deb - - - name: Publish - if: github.event.action == 'published' - uses: actions/[email protected] - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ github.event.release.upload_url }} - asset_path: artifacts/xmake.deb - asset_name: xmake-${{ steps.tagName.outputs.tag }}.amd64.deb - asset_content_type: application/zip - - name: Publish if: github.event.action == 'published' env: diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 5eed6a006..3aebacf6b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -41,15 +41,10 @@ jobs: run: | brew install gnu-tar gem install --no-document fpm - scripts/makepkg osxpkg scripts/archive-all scripts/makeself/build-runfile.sh - uses: actions/upload-artifact@v2 with: - name: xmake-latest.macosx.pkg - path: artifacts/xmake.pkg - - uses: actions/upload-artifact@v2 - with: name: xmake-latest.gz.run path: artifacts/xmake.gz.run - uses: actions/upload-artifact@v2 |
