mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 15:04:38 +01:00
repository cleanup
This commit is contained in:
16
.github/workflows/go.yml
vendored
16
.github/workflows/go.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Erupe
|
||||
name: Build
|
||||
|
||||
on: [push]
|
||||
|
||||
@@ -15,16 +15,16 @@ jobs:
|
||||
go-version: 1.18
|
||||
|
||||
- name: Build
|
||||
run: cd Erupe && go build -v
|
||||
run: go build -v
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Erupe
|
||||
path: |
|
||||
./Erupe/erupe-ce.exe
|
||||
./Erupe/config.json
|
||||
./Erupe/www/
|
||||
./Erupe/savedata/
|
||||
./Erupe/bin/
|
||||
./Erupe/RoadShopItems.csv
|
||||
./erupe-ce.exe
|
||||
./config.json
|
||||
./www/
|
||||
./savedata/
|
||||
./bin/
|
||||
./RoadShopItems.csv
|
||||
|
||||
Reference in New Issue
Block a user