-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
Describe the bug
"Version "6.1.0" is not available"
name: Build TradeWithIt
on:
push:
branches: [ master ]
jobs:
build:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
swift: ["6.1.0"]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Swift
uses: swift-actions/[email protected]
with:
swift-version: ${{ matrix.swift }}
- name: Get Swift version
run: swift --version
- name: Build
run: swift build -c release
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: TradeWithIt-${{ matrix.os }}
path: .build/release/*
Workflow configuration (please complete the following information):
Action version (uses): swift-actions/setup-swift@v2
Platform (runs-on): windows-latest
Swift version (swift-version): 6.1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working