diff --git a/.github/workflows/fox32asm-unstable-linux.yml b/.github/workflows/fox32asm-unstable-linux.yml deleted file mode 100644 index 71eb029..0000000 --- a/.github/workflows/fox32asm-unstable-linux.yml +++ /dev/null @@ -1,29 +0,0 @@ -on: - workflow_dispatch: - push: - branches: - - main - -name: fox32asm Unstable - Linux - -jobs: - fox32asm-unstable-linux: - name: Build - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - - name: Install Rust toolchain - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - override: true - - - name: Build - run: cargo build --release - - - name: Upload artifact - uses: actions/upload-artifact@v3 - with: - name: fox32asm - path: target/release/fox32asm diff --git a/.github/workflows/fox32asm-unstable-windows.yml b/.github/workflows/fox32asm-unstable-windows.yml deleted file mode 100644 index 5276ef6..0000000 --- a/.github/workflows/fox32asm-unstable-windows.yml +++ /dev/null @@ -1,29 +0,0 @@ -on: - workflow_dispatch: - push: - branches: - - main - -name: fox32asm Unstable - Windows - -jobs: - fox32asm-unstable-windows: - name: Build - runs-on: windows-latest - steps: - - uses: actions/checkout@v3 - - - name: Install Rust toolchain - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - override: true - - - name: Build - run: cargo build --release - - - name: Upload artifact - uses: actions/upload-artifact@v3 - with: - name: fox32asm.exe - path: target/release/fox32asm.exe diff --git a/README.md b/README.md index 1430cee..6079371 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,7 @@ ## Getting Started -Stable releases are available on the [Releases page](https://github.com/fox32-arch/fox32asm/releases). - -Prebuilt binaries of the latest commit are also available on the [GitHub Actions page](https://github.com/fox32-arch/fox32asm/actions). +Downloads are available on the [Releases page](https://github.com/fox32-arch/fox32asm/releases). ### Usage